UNPKG

@openstream/client

Version:
9 lines 222 B
import type { PublicInvitation } from "../../../../PublicInvitation.js"; export type Output = ({ kind: "ok"; } & { invitation: PublicInvitation; }) | { kind: "not-found"; }; //# sourceMappingURL=Output.d.ts.map